home *** CD-ROM | disk | FTP | other *** search
- object gplform: Tgplform
- Left = 205
- Top = 150
- BorderIcons = [biSystemMenu, biMinimize]
- BorderStyle = bsDialog
- Caption = 'gplform'
- ClientHeight = 81
- ClientWidth = 129
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- PixelsPerInch = 96
- TextHeight = 13
- object LoadButton: TButton
- Left = 8
- Top = 8
- Width = 33
- Height = 25
- Caption = 'Load'
- TabOrder = 0
- OnClick = LoadButtonClick
- end
- object PlayButton: TButton
- Left = 48
- Top = 8
- Width = 33
- Height = 25
- Caption = 'Play'
- TabOrder = 1
- OnClick = PlayButtonClick
- end
- object StopButton: TButton
- Left = 88
- Top = 8
- Width = 33
- Height = 25
- Caption = 'Stop'
- TabOrder = 2
- OnClick = StopButtonClick
- end
- object PosTrack: TTrackBar
- Left = 8
- Top = 48
- Width = 113
- Height = 25
- Enabled = False
- Orientation = trHorizontal
- Frequency = 1
- Position = 0
- SelEnd = 0
- SelStart = 0
- TabOrder = 3
- TickMarks = tmBottomRight
- TickStyle = tsAuto
- OnChange = PosTrackChange
- end
- object OpenDialog: TOpenDialog
- FileEditStyle = fsEdit
- Left = 248
- Top = 32
- end
- object UpdateTimer: TTimer
- Interval = 100
- OnTimer = UpdateTimerTimer
- Left = 248
- Top = 72
- end
- end
-